home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / education / e035.dms / e035.adf / baseintro < prev    next >
Text File  |  1978-09-11  |  3KB  |  60 lines

  1.     CHESS DATABASE
  2. This program allow you to store any game of chess(whether your own or
  3. somebody elses) and allows you to play over the game later on.
  4.  
  5. You store a game by using the mouse to move pieces on a chessboard.
  6. First of all you click on the piece you wish to move then you click on the
  7. square you want to move to. To add notes you click in the notes window.
  8. You may add written notes to as many or as few moves as you wish.
  9.  
  10. if you make a mistake, you may manually correct a move, or manually edit
  11. your written notes (using the edit option).
  12.  
  13. Notes can be any length. If the notes for one move,
  14. exceed 5 lines, they will scroll through the window.
  15.  
  16. Any game may be printed out, with or without any notes you may have
  17. added. Moves can be in columns or rows of five.
  18.  
  19. Although it is not specifically designed for it, it is possible to use this
  20. database to store correspondence games. If you wanted to, you could store
  21. clerical information along with the notes. Rather than having to play out
  22. your games from scratch all the time, you could play them out using the
  23. program then set up the position on a chessboard. Using the playgame option
  24. you can add new moves to the end of a game.
  25.  
  26. The program comes with a collection of famous unannotated games which you can
  27. play over at either slow or fast speed. At slow speed you can study the
  28. game. Playing over games at high speed may not only be entertaining, but may
  29. help develop your chess intuition.
  30.  
  31. It is possible to use the program for a 2 player game of chess, but this has
  32. no advantage over using a chessboard and set, apart from novelty value and
  33. the fact that the game is being recorded and can be replayed.
  34.  
  35. Each game is stored as a single ASCII file. If you feel comfortable with
  36. using a text editor, whether from the Workbench or one from another program,
  37. it is easy to edit a game and its notes with your favourite text editor.
  38. This will probably make it faster for you to edit notes to a game.
  39. This will also give you more flexibility if you wish to print the game out.
  40.  
  41. However, be careful that the original format of the game is not changed,
  42. otherwise the program may not be able to use that game. All moves must be 4
  43. characters in length, and start in the left hand margin. All notes must be
  44. indented by one or more spaces. (This is how the program distinguishs notes
  45. from moves).
  46.  
  47. To use the program editor, choose option 5 and choose a game to edit as per
  48. normal. Moves (and any notes) will be displayed in a vertical column. Click
  49. on the line you wish to edit and you will then be asked if you wish to use
  50. overstrike or insert mode (depending on whether you answer y or n).
  51.  
  52. Overstrike will overwrite the current line. Insert will add a new line at
  53. that point. It is also possible to delete the current line. Text will
  54. automatically be indented one line.
  55. You may make as many changes as you wish, then save changes by answering the
  56. question when you click at the bottom of the last page.
  57.  
  58.  
  59.  
  60.